Computer Science
epub |eng | 2017-12-09 | Author:Elder, Alexis M.

8. Conclusion In this chapter, I have argued that we should take stakeholders’ concerns seriously, especially worries about the potential for children with ASD to view socially assistive robots as ...
( Category: Computer Science June 9,2021 )
mobi, epub |eng | 2013-05-03 | Author:AI

A Cigar Is—Oh, Nevermind They said all you have to do Is follow the bouncing Betty, I mean ball, Well now, maybe it was something else. Oh yeah, read the ...
( Category: Engineering May 31,2021 )
epub |eng | 2021-08-08 | Author:Magnus Ekman [Magnus Ekman]

Skip-Gram Model A skip-gram model is an extension of the n-gram model but where all words do not need to appear sequentially in the training corpus. Instead, some words can ...
( Category: AI & Machine Learning May 23,2021 )
azw3 |eng | 2020-11-05 | Author:Phil Winder Ph. D. [D., Phil Winder Ph.]

Description of the Problem The state is represented by an observation through a video camera. The video has a resolution of 160×120 with 8-bit RGB color channels. The action space ...
( Category: Computer Science May 23,2021 )
epub |eng | | Author:By Nick Bonatsakis & By Andy Pereira & By Marin Benčević

You’re going to add a few preferences to this app: Currently, when the app runs with the system in dark mode, it will make the text view dark. Sometimes, users ...
( Category: Computer Science May 18,2021 )
epub |eng | 2021-05-16 | Author:Ankur A. Patel & Ajay Uppili Arasanipalai [Ankur A. Patel]

( Category: Computer Science May 17,2021 )
mobi, epub |eng | 2021-04-06 | Author:Dario Radečić

Figure 3.25 – Accuracies of the baseline model and TPOT optimized model on the test set (Titanic) As you can see, the simple accuracy metric tells a similar story – ...
( Category: AI & Machine Learning May 10,2021 )
epub |eng | 2021-05-04 | Author:Bagchi, Sohini [Bagchi, Sohini]

Jack Ma learnt of the internet when he went to the United States in the early 1990s. Unlike the United States, China still had not embraced the internet revolution. When ...
( Category: Computer History & Culture May 6,2021 )
epub |eng | 2021-10-24 | Author:Valliappa Lakshmanan & Martin Görner & Ryan Gillard [Valliappa Lakshmanan]

VGG19 at a glance Architecture: alternates convolutional and max pooling layers using 3x3 convolutions only Model Parameters excl. classif. heada ImageNet accuracy 104 flowers f1 scoreb fine-tuning 104 flowers f1 ...
( Category: Computer Science May 2,2021 )
epub |eng | | Author:James E. McDonough

form get_sale_items changing sale_items type item_table. o o endform. form produce_sales_item_report using sale_items. o o endform. class sales_tax_calculator_tester definition for testing. private section. methods calculate_sales_tax_tester for testing. methods get_sale_items changing ...
( Category: Computer Science April 25,2021 )
epub |eng | | Author:Nadia Magnenat-Thalmann, Junsong Yuan, Daniel Thalmann & Bum-Jae You

7.3.2 Selection of Motion Primitives The motion-primitive selection mechanism of a robot has been studied using various approaches. Smith et al. [19] and Kunniawati et al. [20] proposed methods for ...
( Category: Computer Science April 23,2021 )
epub |eng | 2019-09-08 | Author:Ivanov, Stanislav; Webster, Craig;

Robots, Artificial Intelligence and Service Automation in Travel, Tourism and Hospitality, 123–133 Copyright © 2019 by Emerald Publishing Limited All rights of reproduction in any form reserved doi:10.1108/978-1-78756-687-320191007 Chapter 8 ...
( Category: AI & Machine Learning April 13,2021 )
epub |eng | 2020-04-15 | Author:Reichle, Erik D.;

Precursor Theories and Models Story Grammars. One of the earliest attempts to explain more formally how readers represent discourse focused on the development of story grammars or rules that describe ...
( Category: Computer Science April 10,2021 )
epub |eng | 2021-04-07 | Author:Tirado, Juan M. [Tirado, Juan M.]

1 package example_01 2 3 import ( 4 “math/rand” 5 “testing” 6 “time” 7 ) 8 9 func BuildGraph(vertices int, edges int) [][]int { 10 graph := make([][]int, vertices) 11 ...
( Category: Computer Science April 9,2021 )